docs: publish Claim2Core direction and merged scheduler semantics - #8
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
Changes are documentation-only, internally consistent across nav and i18n structure, and all newly referenced pages/files are present.
Pull request overview
This PR updates the website documentation to reflect the current “Claim2Core” architecture direction and the already-merged scheduler semantics (thread-aware matching, TID-first lookup with TGID fallback, and clarified priority behavior), in both English and Chinese.
Changes:
- Reworked the English and Chinese homepages around Claim2Core and runtime execution semantics.
- Updated “How It Works” (EN/ZH) to document the merged scheduler semantics and current limitations (including kernel-mode slice-only parity).
- Added new Claim2Core roadmap/architecture pages (EN/ZH) and exposed them via site navigation.
File summaries
| File | Description |
|---|---|
| mkdocs.yml | Updates site description, introduces an Architecture nav section, adds Claim2Core page to nav, and aligns zh nav translations. |
| docs/index.md | Refreshes the English homepage messaging and links to emphasize Claim2Core and recent scheduler semantics. |
| docs/index.zh.md | Refreshes the Chinese homepage messaging and links to emphasize Claim2Core and recent scheduler semantics. |
| docs/how-it-works.md | Updates English “How It Works” to document thread-aware matching, lookup semantics, priority semantics, kernel-mode limitation, and Claim2Core direction. |
| docs/how-it-works.zh.md | Updates Chinese “How It Works” with the same semantics and limitation coverage plus Claim2Core direction. |
| docs/claim2core.md | Adds an English Claim2Core roadmap/architecture page with boundaries, invariants, and phased plan. |
| docs/claim2core.zh.md | Adds a Chinese Claim2Core roadmap/architecture page with boundaries, invariants, and phased plan. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
ianchen0119
approved these changes
Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bring the official website documentation up to date with the current Gthulhu architecture direction and the scheduler behavior already merged in late August.
Website updates
Claim2Corearchitecture/roadmap pages;How It Worksin both languages to document:/proc/<tgid>/task/<tid>node-policy matching fromGthulhu/Gthulhu#135;Gthulhu/plugin#17;Priority > 0boost vsPriority == 0non-boosting semantics;Gthulhu/Gthulhu#137and the current slice-only limitation;Important scope
The docs distinguish implemented behavior from roadmap work. ResourceClaim binding, DRAExecutionPolicy, preview/provenance, and closed-loop control are documented as planned work rather than existing features.
Related:
Gthulhu/Gthulhu#141,#133,#134,#135,#137,Gthulhu/plugin#17.